| Previous | Chapter contents | Chapter top | Section top | Next |
A node header atom describes the type and ID of a node, as well as other information about the node. The structure of a node header atom is defined by the VRNodeHeaderAtom data type:
typedef struct VRNodeHeaderAtom {
UInt16 majorVersion;
UInt16 minorVersion;
OSType nodeType;
QTAtomID nodeID;
QTAtomID nameAtomID;
QTAtomID commentAtomID;
UInt32 reserved1;
UInt32 reserved2;
} VRNodeHeaderAtom, *VRNodeHeaderAtomPtr;
| Previous | Chapter contents | Chapter top | Section top | Next |